javascript body element

40

javascript body element -

<script>
window.onload = function get_body() {

  body = document.getElementsByTagName('body')[0];
}

</script>

Comments

Submit
0 Comments